home *** CD-ROM | disk | FTP | other *** search
- /*----------------------------------------------------------
-
- 20/20 Post Office Protocol (3)
- Personal Gateway
-
- written by Steven Falkenburg-- MacDTS
- ©1991 Apple Computer, Inc.
-
- ----------------------------------------------------------*/
-
- #pragma once
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- void main(void);
- void ExitProc(void);
- OSErr InitMacStuff(void);
- void MainLoop(void);
- void SecondaryEventLoop(void);
-